home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17501 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  38 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!marnold
  3. From: marnold@netcom.com (Matt Arnold)
  4. Subject: Re: BORLAND C++ 4.5, CTL3D.DLL & WIN95.
  5. Message-ID: <marnoldDpxxvx.1Jp@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4kv0qe$bsp@ferengi.prismnet.com>
  8. Date: Tue, 16 Apr 1996 05:57:32 GMT
  9. Sender: marnold@netcom19.netcom.com
  10.  
  11. frayman@comland.com writes:
  12.  
  13. >Ok, could someone tell me how to get CTL3D to work with borland c++ (owl). I 
  14. >have win95, and I don't seem to be able to get the dam thing to work, it's not 
  15. >extremly important to the program, because i've got other stuff to do, but 
  16. >it's anoying me. I went reading the help file on it, and it mention that it 
  17. >disable itself with windows version 4. well gess what win95 reports itself as 
  18. >ver 4. of course tried ctr3dv2.dll -->nogo, even tried ctr32d.dll, but i 
  19. >didn't think this would work anyway since i am working with 16 bit code.
  20.  
  21. You aren't supposed to use CTL3D on Windows 95.  That's why CTL3Dxx.DLL
  22. doesn't enable itself on Windows 95---it's *by design* that you can't get
  23. it to work.  Windows 95 has it's own "3D look".  CTL3D was a hack for the
  24. Windows 3.x era only.
  25.  
  26. If you give you dialogs the new DS_3DLOOK style bit, Windows 95 will give
  27. them (and the controls in them) the native 3D effects.
  28.  
  29. Regards,
  30. -------------------------------------------------------------------------
  31. Matt Arnold                       |        | ||| | |||| |  | | || ||
  32. marnold@netcom.com                |        | ||| | |||| |  | | || ||
  33. Boston, MA                        |      0 | ||| | |||| |  | | || ||
  34. 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  35. C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  36. -------------------------------------------------------------------------
  37.  
  38.